home *** CD-ROM | disk | FTP | other *** search
/ Floppyshop 2 / Floppyshop - 2.zip / Floppyshop - 2.iso / art&graf.ix / art-3871 / mdl10 / readme.org < prev    next >
Text File  |  1993-06-04  |  1KB  |  38 lines

  1. This is version 2.0 of xdl, a program to display DL animations in an X
  2. window. The first version, which was really just a quick hack (well
  3. this version still is...), was limited in many ways and some of those
  4. limitations should be gone in with this release.
  5.  
  6. New features:
  7.  
  8.  - It can now run on almost any display running X-windows. I have
  9.    tested it on monochrome, 8-bit and 24-bit per pixel systems whithout
  10.    any problem.
  11.  
  12.  - Animations in the "medium" format (160x100) can be zoomed up to
  13.    "large" format (320x200). In color it is a simple nearest neighbour,
  14.    but in monochrome, the error distribution gives some smoothing too.
  15.  
  16.  - The user can decide how fast (frames per second) the animation should
  17.    be displayed with a command line switch. Thanks to Per Beremark for
  18.    this.
  19.  
  20.  - Several people complained that their systems did not have the usleep()
  21.    call in their libraries so I changed the program to use select() to 
  22.    get a delay instead. I hope this will make it more portable.
  23.  
  24.  - There is now a man-page and a Makefile for the program.
  25.  
  26.  
  27. Installation:
  28.  
  29. Since there is now a small Makefile for the program it should be
  30. quite easy to install. Edit the Makefile so it fits the setup at
  31. your site and then type "make". This will compile the program.
  32. Typing "make install" will compile the program and install it and
  33. the man-page in the places indicated in the Makefile.
  34.  
  35. Have fun!
  36.  
  37. --Jonas
  38.